home *** CD-ROM | disk | FTP | other *** search
/ Big Cock 7 / Big Cock 7 - Disc 1.iso / pc / b / b4.dxr / 00033.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  195 b   |  9 lines

  1. on exitFrame
  2.   global oldw, noww
  3.   puppetSprite(9, 1)
  4.   set the movieTime of sprite 9 to random(20) * 2
  5.   set the visible of sprite 9 to 1
  6.   set oldw to the width of sprite 9
  7.   updateStage()
  8. end
  9.